home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 04 / setup.exe / MM6.Cab / F1914_JavaScriptSource.macro.F6A680DD_F3FB_4CF3_BABB_0D0F06E630F5 < prev    next >
Text File  |  2000-08-17  |  143b  |  12 lines

  1. ; JavaScript macros
  2.  
  3. for        "for (var i = 0; i < 'max'; i++)
  4. {
  5. }"
  6.  
  7. write    #document.write("'what'");#
  8.  
  9. while    "while ('condition')
  10. {
  11. }"
  12.